atanh — Hyperbolic Arc Tangent


\begin{rail}
ATanh : 'atanh' '(' ( Scalar \vert Matrix ) ')' ;
\end{rail}
asinh returns the hyperbolic arc tangent of the argument. The return value is expressed in radians. If the argument is a matrix, the operation is performed element-by-element. $\Longrightarrow$ This is not an built-in function. This function is normally loaded on start-up from the atanh.r file in the standard rlib directory. Use of the -r option, incorrectly setting the RLAB_LIB_DIR environmental variable, or modifying atanh.r may make this function unavailable.

Subsections